home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / connect / _j2 / wvnsc926 / rcs / defaults.h next >
Text File  |  1994-09-21  |  7KB  |  389 lines

  1. head     1.16;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.16
  10. date     94.09.16.01.10.59;  author jcooper;  state Exp;
  11. branches ;
  12. next     1.15;
  13.  
  14. 1.15
  15. date     94.08.24.18.40.15;  author mrr;  state Exp;
  16. branches ;
  17. next     1.14;
  18.  
  19. 1.14
  20. date     94.08.24.17.59.26;  author jcooper;  state Exp;
  21. branches ;
  22. next     1.13;
  23.  
  24. 1.13
  25. date     94.08.11.00.09.17;  author jcooper;  state Exp;
  26. branches ;
  27. next     1.12;
  28.  
  29. 1.12
  30. date     94.07.25.22.41.22;  author pearse_w_r;  state Exp;
  31. branches ;
  32. next     1.11;
  33.  
  34. 1.11
  35. date     94.07.25.18.51.48;  author jcooper;  state Exp;
  36. branches ;
  37. next     1.10;
  38.  
  39. 1.10
  40. date     94.06.02.00.17.07;  author rushing;  state Exp;
  41. branches ;
  42. next     1.9;
  43.  
  44. 1.9
  45. date     94.05.23.19.55.59;  author rushing;  state Exp;
  46. branches ;
  47. next     1.8;
  48.  
  49. 1.8
  50. date     94.05.23.19.51.51;  author rushing;  state Exp;
  51. branches ;
  52. next     1.7;
  53.  
  54. 1.7
  55. date     94.05.23.18.37.00;  author jcooper;  state Exp;
  56. branches ;
  57. next     1.6;
  58.  
  59. 1.6
  60. date     94.05.02.19.53.51;  author rushing;  state Exp;
  61. branches ;
  62. next     1.5;
  63.  
  64. 1.5
  65. date     94.03.01.19.10.19;  author rushing;  state Exp;
  66. branches ;
  67. next     1.4;
  68.  
  69. 1.4
  70. date     94.02.24.21.21.55;  author jcoop;  state Exp;
  71. branches ;
  72. next     1.3;
  73.  
  74. 1.3
  75. date     94.02.16.20.59.17;  author rushing;  state Exp;
  76. branches ;
  77. next     1.2;
  78.  
  79. 1.2
  80. date     94.02.04.02.18.41;  author rushing;  state Exp;
  81. branches ;
  82. next     1.1;
  83.  
  84. 1.1
  85. date     94.01.24.18.15.23;  author jcoop;  state Exp;
  86. branches ;
  87. next     ;
  88.  
  89.  
  90. desc
  91. @initial version
  92. @
  93.  
  94.  
  95. 1.16
  96. log
  97. @new for SmartFiler, cc-by-mail, coding status always-on-top, and
  98. keep-article-headers-visible-during-coding (!)
  99. @
  100. text
  101. @/*
  102.  * DEFAULTS.H
  103.  * Defaults for profile
  104.  * JSC 1/18/94
  105.  * 
  106.  * $Id: defaults.h 1.15 1994/08/24 18:40:15 mrr Exp $
  107.  * 
  108.  */
  109.  
  110. // personal
  111. #define DEF_UserName "Your Name Here"
  112. #define DEF_MailAddr "you@@somehost.somedomain"
  113. #define DEF_Organization "Your Organization"
  114. #define DEF_ReplyTo ""
  115.  
  116. // comm
  117. #define DEF_UsingSocket TRUE
  118. #define DEF_NNTPHost "NewServerName"
  119. #define DEF_SMTPHost "MailServerName"
  120. #define DEF_NNTPService "nntp"
  121. #define DEF_DebugComm TRUE
  122. #define DEF_GenSockDLL "gwinsock.dll"
  123. #define DEF_ForceXhdr FALSE
  124.  
  125. // auth
  126. #define DEF_NNTPUserName ""
  127. #define DEF_NNTPPassword ""                        
  128. #define DEF_AuthReqPost FALSE
  129. #define DEF_AuthReqMail FALSE
  130.  
  131. // pref
  132. #define DEF_EnableThreading FALSE
  133. #define DEF_EnableSignature FALSE
  134. #define DEF_SignatureFile ""
  135. #define DEF_MailFileName "mailrc"
  136. #define DEF_MailLog FALSE
  137. #define DEF_MailLogFile  "MAIL.LOG"
  138. #define DEF_PostLog FALSE
  139. #define DEF_PostLogFile  "POST.LOG"
  140. #define DEF_DoList ID_DOLIST_ASK-ID_DOLIST_BASE
  141. #define DEF_ConnectAtStartup TRUE
  142. #define DEF_FullNameFrom TRUE
  143. #define DEF_ArticleThreshold 300
  144. #define DEF_MailDemandLogon TRUE
  145. #define DEF_MailForceType -1
  146. #define DEF_CcByMail FALSE
  147. #define DEF_ShowUnsubscribed TRUE
  148. #define DEF_ShowReadArticles TRUE
  149. #define DEF_ConfirmBatchOps TRUE
  150. #define DEF_ConfirmExit TRUE
  151. #define DEF_ConfirmReplyTo TRUE
  152. #define DEF_NewWndGroup TRUE
  153. #define DEF_NewWndArticle FALSE
  154. #define DEF_SaveArtAppend TRUE
  155. #define DEF_ThreadFullSubject FALSE
  156. #define DEF_GroupMultiSelect TRUE
  157. #define DEF_ShowUnreadOnly FALSE
  158.  
  159. // coding
  160. #define DEF_DecodePath ""
  161. #define DEF_CodingStatusVerbose FALSE
  162. #define DEF_BlockCodingStatusAlwaysOnTop FALSE
  163. #define DEF_DumbDecode FALSE
  164. #define DEF_ReviewAttach TRUE
  165. #define DEF_ArticleSplitLength 50000
  166. #define DEF_EncodingTable ""
  167. #define DEF_EncodingType "Base-64"
  168. #define DEF_AttachInNewArt FALSE
  169. #define DEF_ExecuteDecodedFiles FALSE
  170. #define DEF_KeepArticleHeaderVisible FALSE
  171. #define DEF_UseSmartFiler TRUE
  172.  
  173. #define DEF_GenerateMIME TRUE
  174. #define DEF_MIMEUsageSuggestions TRUE
  175. #define DEF_MIMEUUType "x-uue"
  176. #define DEF_MIMEXXType "x-xxe"
  177. #define DEF_MIMECustomType "x-custom3to4"
  178. #define DEF_MIMEBoundary  "*-*-*- Next Section -*-*-*"
  179. #define DEF_BlankBeforeMIME FALSE
  180. #define DEF_DefaultContentType "Other"
  181.  
  182. // interface
  183. #define DEF_ListFontFace "Courier"
  184. #define DEF_ListFontSize 10
  185. #define DEF_ListFontStyle "Regular"
  186. #define DEF_ArticleFontFace "Courier"
  187. #define DEF_ArticleFontSize 10
  188. #define DEF_ArticleFontStyle "Regular"
  189. #define DEF_StatusFontFace "Times New Roman"
  190. #define DEF_StatusFontSize 11
  191. #define DEF_StatusFontStyle "Regular"
  192. #define DEF_PrintFontFace "Arial"
  193. #define DEF_PrintFontSize 12
  194. #define DEF_NetUnSubscribedColor "0,0,200"              // blue
  195. #define DEF_NetSubscribedColor "0,0,0"                  // black
  196. #define DEF_ArticleUnSeenColor "0,0,0"
  197. #define DEF_ArticleSeenColor "0,0,200"
  198. #define DEF_ArticleTextColor "0,0,0"
  199. #define DEF_StatusTextColor "0,0,0"
  200. #define DEF_ArticleBackgroundColor "255,255,255"        // white
  201. #define DEF_ListBackgroundColor "255,255,255"
  202. #define DEF_StatusBackgroundColor "255,255,255"
  203. #define DEF_ThumbTrack TRUE
  204.  
  205. // smart filer 
  206. #define DEF_OnDupeName 0
  207. #define DEF_OnNameTooLong 0
  208. #define DEF_MaxFileNameLen 8
  209. #define DEF_MaxFileExtLen 3
  210. #define DEF_EnableExtensionConversion 1@
  211.  
  212.  
  213. 1.15
  214. log
  215. @authorization enables post/mail
  216. @
  217. text
  218. @d6 1
  219. a6 1
  220.  * $Id: defaults.h 1.14 1994/08/24 17:59:26 jcooper Exp $
  221. d46 1
  222. d62 1
  223. d70 2
  224. d104 7
  225. @
  226.  
  227.  
  228. 1.14
  229. log
  230. @misc encoding/decoding changes
  231. @
  232. text
  233. @d6 1
  234. a6 1
  235.  * $Id: defaults.h 1.13 1994/08/11 00:09:17 jcooper Exp $
  236. d27 3
  237. a29 1
  238. #define DEF_NNTPPassword ""  
  239. @
  240.  
  241.  
  242. 1.13
  243. log
  244. @Enhancements to Mime and article encoding/encoding
  245. @
  246. text
  247. @d6 1
  248. a6 1
  249.  * $Id: defaults.h 1.12 1994/07/25 22:41:22 pearse_w_r Exp $
  250. d68 1
  251. @
  252.  
  253.  
  254. 1.12
  255. log
  256. @ShowUnreadOnly option
  257. @
  258. text
  259. @d6 1
  260. a6 1
  261.  * $Id: defaults.h 1.11 1994/07/25 18:51:48 jcooper Exp $
  262. d63 8
  263. a72 1
  264. #define DEF_EncodingType "UU"
  265. a73 2
  266. #define DEF_AttachInNewArt FALSE
  267. #define DEF_ExecuteDecodedFiles FALSE
  268. @
  269.  
  270.  
  271. 1.11
  272. log
  273. @execution of decoded files
  274. @
  275. text
  276. @d6 1
  277. a6 1
  278.  * $Id: defaults.h 1.10 1994/06/02 00:17:07 rushing Exp $
  279. d54 1
  280. d82 2
  281. a83 2
  282. #define DEF_NetUnSubscribedColor "0,0,200"        // blue
  283. #define DEF_NetSubscribedColor "0,0,0"            // black
  284. d88 1
  285. a88 1
  286. #define DEF_ArticleBackgroundColor "255,255,255"     // white
  287. @
  288.  
  289.  
  290. 1.10
  291. log
  292. @put id key back in, remove log messages
  293. @
  294. text
  295. @d6 1
  296. a6 1
  297.  * $Id: $
  298. d67 1
  299. @
  300.  
  301.  
  302. 1.9
  303. log
  304. @default 'connect at startup' to true.
  305. @
  306. text
  307. @d5 3
  308. @
  309.  
  310.  
  311. 1.8
  312. log
  313. @NNTPPort becomes NNTPService, and it's a string.
  314. @
  315. text
  316. @d36 1
  317. a36 1
  318. #define DEF_ConnectAtStartup FALSE
  319. @
  320.  
  321.  
  322. 1.7
  323. log
  324. @new attach code, session [dis]connect
  325. @
  326. text
  327. @d17 1
  328. a17 1
  329. #define DEF_NNTPPort 119
  330. @
  331.  
  332.  
  333. 1.6
  334. log
  335. @changes from jody glasser
  336. @
  337. text
  338. @d36 1
  339. d61 3
  340. @
  341.  
  342.  
  343. 1.5
  344. log
  345. @ThreadFullSubject option added
  346. @
  347. text
  348. @d49 1
  349. @
  350.  
  351.  
  352. 1.4
  353. log
  354. @jcoop changes
  355. @
  356. text
  357. @d48 1
  358. @
  359.  
  360.  
  361. 1.3
  362. log
  363. @Added .ini param to force use of XHDR over XOVER
  364. @
  365. text
  366. @d11 1
  367. d30 1
  368. d43 2
  369. d50 1
  370. @
  371.  
  372.  
  373. 1.2
  374. log
  375. @added GenSockDLL .ini parameter
  376. @
  377. text
  378. @d19 1
  379. @
  380.  
  381.  
  382. 1.1
  383. log
  384. @Initial revision
  385. @
  386. text
  387. @d18 1
  388. @
  389.